Method LoadAsync<TProps>(long, int, bool?)

Assembly: redb.Core.dll

Load object from EAV by ID (uses _securityContext and config.DefaultCheckPermissionsOnLoad).
Returns null if object not found and config.ThrowOnObjectNotFound = false.

public Task<RedbObject<TProps>?> LoadAsync<TProps>(long objectId, int depth = 10, bool? lazyLoadProps = null) where TProps : class, new()